Vcenter Vm Guest Filesystem Files PosixFileAttributesInfo

Vcenter Vm Guest Filesystem Files PosixFileAttributesInfo
Vcenter Vm Guest Filesystem Files PosixFileAttributesInfo

The Vcenter Vm Guest Filesystem Files PosixFileAttributesInfo schema describes information about file attributes specific to Posix Guest operating systems.

This schema was added in vSphere API 7.0.2.0.

JSON Example
{
    "owner": 0,
    "group": 0,
    "permissions": "string"
}
integer As int64 As int64
owner
Required

The owner ID.

This property was added in vSphere API 7.0.2.0.

integer As int64 As int64
group
Required

The group ID.

This property was added in vSphere API 7.0.2.0.

string
permissions
Required

The file permissions in chmod(2) format. This property is presented as octal.

This property was added in vSphere API 7.0.2.0.